From 589ac36b0be31e5f65a0c57401759733357b6484 Mon Sep 17 00:00:00 2001 From: parkrrrr Date: Thu, 17 Nov 2005 13:22:55 +0000 Subject: [PATCH] Fixed incompatibility with some C compilers. --- smplrout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smplrout.c b/smplrout.c index 9df6078a7..cd1318ac9 100644 --- a/smplrout.c +++ b/smplrout.c @@ -271,8 +271,8 @@ routesimple_process( void ) void routesimple_init(const char *args) { - count = 0; char *fm = NULL; + count = 0; if ( !!countopt == !!erroropt ) { fatal( MYNAME ": You must specify either count or error, but not both.\n"); -- 2.30.2